(auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
authorJohn Paul Wallington <jpw@pobox.com>
Wed, 4 Feb 2004 08:21:08 +0000 (08:21 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Wed, 4 Feb 2004 08:21:08 +0000 (08:21 +0000)
lisp/files.el

index a2676176b8633b5cd54ec81b64a8f8ea6574493d..3b178af029b82ca8450fc69da5fff8b5463e7d70 100644 (file)
@@ -1619,7 +1619,7 @@ in that case, this function acts as if `enable-local-variables' were t."
      ("\\.ltx\\'" . latex-mode)
      ("\\.dtx\\'" . doctex-mode)
      ("\\.el\\'" . emacs-lisp-mode)
-     ("\\.scm\\|\\.stk\\|\\.ss\\|\\.sch\\'" . scheme-mode)
+     ("\\.\\(scm\\|stk\\|ss\\|sch\\)\\'" . scheme-mode)
      ("\\.l\\'" . lisp-mode)
      ("\\.lisp\\'" . lisp-mode)
      ("\\.f\\'" . fortran-mode)